home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / PowerPlant / DMultiStringLocator / versionResources / versionVendorInfo.h < prev   
Encoding:
Text File  |  1996-07-06  |  849 b   |  27 lines  |  [TEXT/CWIE]

  1. // versionVendorInfo.h
  2. //   ---------------------
  3. //   ©1996 Eric Gundrum, All rights reserved.
  4. //   The contents of this file may be freely altered and freely distributed
  5. //   in any form, provided this copyright statement is retained unaltered.
  6. //   Add your own changes below.
  7. //   ---------------------
  8. //
  9. //    This file vendor specific version information used by version.r.
  10. //    This information should be the same for all your products.
  11.  
  12.  
  13. #ifndef __versionVendorInfo__h
  14. #define __versionVendorInfo__h    1
  15.  
  16. #define    vendorAuthors            "Eric Gundrum"
  17. #define    vendorCompany            "Teamworks"
  18. #define    vendorAddress            "P.O. Box 11372\nBerkeley, CA  94712"
  19. #define    vendorPhone                "510 883 0600"
  20. #define    vendorFAX                ""
  21. #define    vendorAOL                ""
  22. #define    vendorCIS                ""
  23. #define    vendorAppleLink            ""
  24. #define    vendorInternet            "Teamworks <info@teamworks.com>"
  25.  
  26. #endif
  27.